SftTree/NET 2.0

HorizontalOffsetChanged Event, SftTree Class

Softel vdm, Inc.

Occurs when the control is scrolled horizontally, under program control or by the user.

Syntax      SftTree Class (Softelvdm.SftTreeNET)

VB   

Public Event HorizontalOffsetChanged As HorizontalOffsetChangedEventHandler

C#   

public event HorizontalOffsetChangedEventHandler HorizontalOffsetChanged;

C++   

public: event HorizontalOffsetChangedEventHandler HorizontalOffsetChanged;

Event Data

The HorizontalOffsetChanged event handler receives an argument of type HorizontalOffsetChangedEventArgs containing data related to this event.

Comments

The HorizontalOffsetChanged event occurs when the control is scrolled horizontally, under program control or by the user.

The HorizontalOffset and HorizontalOffsetRight properties can be used to determine the current horizontal scrolling offset in the left or right panes.

The TopItemChanged event can be used to determine when the control is scrolled vertically.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com